auto merge of #813 : alexcrichton/cargo/build-cmd-cross-compile, r=brson
authorbors <bors@rust-lang.org>
Fri, 7 Nov 2014 19:28:57 +0000 (19:28 +0000)
committerbors <bors@rust-lang.org>
Fri, 7 Nov 2014 19:28:57 +0000 (19:28 +0000)
commitad4f3c99f7f4f74102075282554c5d39558ec839
treebdce7762feb590dd7b950b741745584efd81da76
parente2ef57d391017230855b883324312d96e00cc49f
parentac4eddbbc8f3703789573c3024608744bd113ed0
auto merge of #813 : alexcrichton/cargo/build-cmd-cross-compile, r=brson

These commits contain a number of improvements to the usage of build scripts when cross compiling. A few erroneous assumptions were made to start out with, and this also fixes the long-standing bug of using build scripts in host packages (e.g. plugins and build dependencies).